home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / tests / t02.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-29  |  79 b   |  5 lines

  1. @echo off
  2. echo Simple C++ compile test
  3. gcc -v t02.cc -o t02 -lgpp
  4. go32 t02
  5.